Skip to content

deps: upgrade all dependencies to latest#218

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 3, 2026
Merged

deps: upgrade all dependencies to latest#218
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest versions (respecting the 7-day npm cooldown).

Go

  • charm.land/bubbletea/v2: v2.0.7 -> v2.0.8
  • charm.land/lipgloss/v2: v2.0.4 -> v2.0.5
  • github.com/charmbracelet/ultraviolet: pseudo-version bumped (transitive)

Remaining go list -u -m all entries are transitive deps outside the pruned requirement graph (deps of sqlite/chroma/x-tools); forcing them would be reverted by go mod tidy and break the CI tidy check, so they are intentionally left.

The glamour/lipgloss-v1 constraint (issue #59) is unaffected.

Web (Astro site)

  • astro: ^7.0.4 -> ^7.0.6
  • @types/node: ^26.0.1 -> ^26.1.0

Verification

  • go build ./...
  • go vet ./...
  • gofmt / gofumpt clean ✓
  • golangci-lint run — 0 issues ✓
  • mage deadcode — OK (10 known exclusions) ✓
  • govulncheck ./... — no vulnerabilities ✓
  • go test ./... -count=1 — all packages pass ✓
  • astro check && astro build — 0 errors/warnings/hints, 7 pages built ✓

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

Go:
- charm.land/bubbletea/v2: v2.0.7 -> v2.0.8
- charm.land/lipgloss/v2: v2.0.4 -> v2.0.5
- github.com/charmbracelet/ultraviolet: 20260622092850 -> 20260703014108

Web (Astro site):
- astro: ^7.0.4 -> ^7.0.6
- @types/node: ^26.0.1 -> ^26.1.0

Build, vet, gofmt, gofumpt, golangci-lint, deadcode, govulncheck, and
full Go test suite all pass; astro check + build clean.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 3, 2026
@jongio jongio merged commit 785d566 into main Jul 3, 2026
2 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 3, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant